All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.core.Data | +----com.apple.alpha.core.MutableData
NSMutableData
.
[[NSMutableData
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- initWithCapacity:
on a newly allocated object.
- appendData:
Objective-C instance method.
+ dataWithCapacity:
Objective-C class method.
+ dataWithLength:
Objective-C class method.
- increaseLengthBy:
Objective-C instance method.
- resetBytesInRange:
Objective-C instance method.
- serializeAlignedBytesLength:
Objective-C instance method.
- serializeInt:
Objective-C instance method.
- serializeInt:atIndex:
Objective-C instance method.
- setData:
Objective-C instance method.
- setLength:
Objective-C instance method.
protected MutableData(boolean shouldAllocate, int objcObject)
public MutableData()
[[NSMutableData
alloc] init]
.
public MutableData(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public MutableData(int capacity)
- initWithCapacity:
on a newly allocated object.
public native void setLength(int length)
- setLength:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, MutableData, should be enough to head you in the right direction
should you find more than one such method).
public native void appendData(Data other)
- appendData:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, MutableData, should be enough to head you in the right direction
should you find more than one such method).
public native void increaseLengthBy(int extraLength)
- increaseLengthBy:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, MutableData, should be enough to head you in the right direction
should you find more than one such method).
public native void resetBytesInRange(Range range)
- resetBytesInRange:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, MutableData, should be enough to head you in the right direction
should you find more than one such method).
public native void setData(Data data)
- setData:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, MutableData, should be enough to head you in the right direction
should you find more than one such method).
public static native Object dataWithCapacity(int aNumItems)
+ dataWithCapacity:
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, MutableData, should be enough to head you in the right direction
should you find more than one such method).
public static native Object dataWithLength(int length)
+ dataWithLength:
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, MutableData, should be enough to head you in the right direction
should you find more than one such method).
public native void serializeInt(int value)
- serializeInt:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, MutableData, should be enough to head you in the right direction
should you find more than one such method).
public native void serializeIntAtIndex(int value, int index)
- serializeInt:atIndex:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, MutableData, should be enough to head you in the right direction
should you find more than one such method).
public native void serializeAlignedBytesLength(int length)
- serializeAlignedBytesLength:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, MutableData, should be enough to head you in the right direction
should you find more than one such method).
All Packages Class Hierarchy This Package Previous Next Index